home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000194_fdc@columbia.edu_Tue Apr 13 10:16:40 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: FTP with Auth SSL
  5. Date: 13 Apr 2004 14:16:09 GMT
  6. Organization: Columbia University
  7. Lines: 38
  8. Message-ID: <slrnc7nth9.39k.fdc@sesame.cc.columbia.edu>
  9. References: <c5bv8301ck0@drn.newsguy.com> <4079f047@duster.adelaide.on.net> <407AE97A.7080007@nyc.rr.com> <c5gdqd02fhg@drn.newsguy.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1081865769 26940 128.59.59.56 (13 Apr 2004 14:16:09 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Apr 2004 14:16:09 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14907
  17.  
  18. On 2004-04-13, Petri <Petri_member@newsguy.com> wrote:
  19. : In article <407AE97A.7080007@nyc.rr.com>, Jeffrey Altman says...
  20. : ...
  21. : If I want to make a clean switch to the latest C-Kermit, I assume the 
  22. : following  procedure is appropriate:
  23. : 1. Uninstall the standard distribution package:
  24. : rpm -e ckermit-8.0.206-0.6
  25. :
  26. : 2. Download, unpack, compile and install the latest C-Kermit
  27. : lynx ftp://kermit.columbia.edu/kermit/archives/cku211.zip
  28. : unzip cku211.zip
  29. : make linux
  30. :
  31. For details see:
  32.  
  33.   http://www.columbia.edu/kermit/ckuins.html
  34.  
  35. : Where do I put the ckuker.nr file?
  36. :
  37. It's the man page.  Replace the previous one with it (using whatever name
  38. the previous one had, e.g. /usr/local/man/man1/kermit.1 or whatever).
  39. (In fact, the man page has not changed significantly since 8.0.200.)
  40.  
  41. : Should I just compile and replace the old binary in /usr/bin, and skip the
  42. : rpm uninstallation?
  43. :
  44. Quite honestly, I don't have time to learn about all the many and varied
  45. install-package schemes, so can't answer questions about RPM.  However,
  46. I hope to have RPMs for 8.0.211 soon, donated by people who know how to
  47. make them.
  48.  
  49. In the meantime, you'll note that the makefile has a "make install" target.
  50. But you should read about it in the aforementioned installation instructions
  51. before using it, esp. Section 5:
  52.  
  53.   http://www.columbia.edu/kermit/ckuins.html#x5
  54.  
  55. - Frank